google.golang.org/grpc/internal/mem.TieredBufferPool.sizedPools (field)
6 uses
google.golang.org/grpc/internal/mem (current package)
buffer_pool.go#L260: sizedPools []*sizedBufferPool
buffer_pool.go#L273: sizedPools: pools,
buffer_pool.go#L289: poolIdx := sort.Search(len(p.sizedPools), func(i int) bool {
buffer_pool.go#L290: return p.sizedPools[i].defaultSize >= size
buffer_pool.go#L293: if poolIdx == len(p.sizedPools) {
buffer_pool.go#L297: return p.sizedPools[poolIdx]
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)